-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splitstore Review #6718
Splitstore Review #6718
Conversation
5ed35cd
to
723cfee
Compare
Have we tried exercising this code by syncing the chain? I assume most of our "realistic" tests have been one offs so it would be nice to have a test that rapidly and repeatedly purges. |
Yes, I have two live nodes running latest code for about a week now, one with discard and the other with a coldstore. Both are syncing fine and exhibit no ill effects, with block validation time unaffected by a running compaction. However, as we've been discussing with @raulk, we do need a harness test so that we can reliably and reproducibly do automated testing. In my opinion, this is critical and necessary before we declare the code production ready. I will create follow up issue as it is unlikely we'll get to it before code freeze for v1.11.1. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created follow up issue for testing in #6725 |
723cfee
to
60212c8
Compare
Ok, final final review. |
Closing this as #6474 was merged. |
Reviewing #6474
Unfortunately, github makes it difficult to review rewrites because the patches are nasty. So I'm just adding comments to the code directly.
To respond, please review this PR. I'll continue to push new comments inline.